Goto

Collaborating Authors

 Stephenville


Getting Started with Natural Language Processing in Java

@machinelearnbot

Natural Language Processing (NLP) is used in many applications to provide capabilities that were previously not possible. It involves analyzing text to obtain the intent and meaning, which can then be used to support an application. Using NLP within an application requires a combination of standard Java techniques and often specialized libraries frequently based on models that have been trained. You need to know what is available, how these technologies can be used, and when they should be used. In this course we will cover the essence of NLP using Java.